ActiveReports 12
Item Property (ObservableCollection<T>)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace > ObservableCollection<T> Class : Item Property
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than Count.
See Also

Reference

ObservableCollection<T> Class
ObservableCollection<T> Members